最近触ってなかったけど久々にさわったらエラーがでたのでメモ
/Users/n0bisuke/dotstudio/0_web/node_modules/node-sass/lib/binding.js:13
throw new Error(errors.unsupportedEnvironment());
^
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (57)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v3.13.1
at module.exports (/Users/n0bisuke/dotstudio/0_web/node_modules/node-sass/lib/binding.js:13:13)
node-sassの中でエラーがでてるみたいにエラーがでてますがアンインストールして入れ直したら通常起動しました。
参考: https://github.com/dlmanning/gulp-sass/wiki/Update-to-the-latest-Gulp-Sass
npm uninstall gulp-sass
npm install gulp-sass --save-dev